home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat1 / keyboard.1 < prev    next >
Text File  |  1999-09-16  |  893b  |  67 lines

  1.  
  2.  
  3.  
  4. keyborad(1)                    Scilab Function                    keyborad(1)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   keyboard - keyborad commands
  13.  
  14. DESCRIPTION
  15.   Let C- stands for the control key. The following keyboard commands are
  16.   available:
  17.  
  18.   C-l  clears the Scilab window
  19.  
  20.   C-d  deletes the current character
  21.  
  22.   C-p  calls back the preceding command
  23.  
  24.   C-n  go to next command line
  25.  
  26.   C-a  moves the cursor to the beginning of command line.
  27.  
  28.   C-b  backspace, moves the cursor one caracter to the left
  29.  
  30.   C-f  forwards, moves the cursor one caracter to the right
  31.  
  32.   C-k  kills command line from cursor to the end.
  33.  
  34.   C-y  yank, retrieves killed line.
  35.  
  36.   !beg looks for last command line which begins by beg.
  37.  
  38.   C-c  interrupts Scilab and pause after carriage return. (Only functions can
  39.        be interrupted).  Clicking on the stop button enters a C-C.
  40.  
  41. SEE ALSO
  42.   pause, read, input
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.